projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39408f3
)
(ispell-kill-ispell): Don't send newline after EOF.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Dec 1998 02:19:14 +0000
(
02:19
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Dec 1998 02:19:14 +0000
(
02:19
+0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 6e6ae5943a9b4037321e499594727736cbbf6031..92031719f5c6aaed67720a6fd299725b7b575938 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1857,7
+1857,6
@@
With NO-ERROR, just return non-nil if there was no Ispell running."
(or no-error
(error "There is no ispell process running!"))
(process-send-eof ispell-process)
- (process-send-string ispell-process "\n") ; make sure side effects occured
(if (eq (process-status ispell-process) 'run)
(accept-process-output ispell-process 1))
(if (eq (process-status ispell-process) 'run)